In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / Visible Property

Visible Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("Determines whether the annotation is visible for purposes of on-screen display and user interaction")>

Public Property Visible As Boolean
[Description("Determines whether the annotation is visible for purposes of on-screen display and user interaction")]

public bool Visible {get; set;}
public read-write property Visible: Boolean; 
DescriptionAttribute("Determines whether the annotation is visible for purposes of on-screen display and user interaction")

public function get,set Visible : boolean
[Description("Determines whether the annotation is visible for purposes of on-screen display and user interaction")]

public: __property bool get_Visible();

public: __property void set_Visible( 

   bool value

);
[Description("Determines whether the annotation is visible for purposes of on-screen display and user interaction")]

public:

property bool Visible {

   bool get();

   void set (    bool value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members